ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1GroupCollectionView<S> Class / CreateInternalList Method
The source.

In This Topic
    CreateInternalList Method (C1GroupCollectionView<S>)
    In This Topic
    Creates the internal list from the source.
    Syntax
    'Declaration
     
    Protected Overrides Function CreateInternalList( _
       ByVal source As System.Collections.Generic.IReadOnlyList(Of S) _
    ) As System.Collections.Generic.IReadOnlyList(Of Object)
    protected override System.Collections.Generic.IReadOnlyList<object> CreateInternalList( 
       System.Collections.Generic.IReadOnlyList<S> source
    )

    Parameters

    source
    The source.
    See Also